Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentGroupCollection Class / Sort Method / Sort(IComparer<OptionalContentGroup>) Method

In This Topic
    Sort(IComparer<OptionalContentGroup>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Sort( _
       ByVal comparer As System.Collections.Generic.IComparer(Of OptionalContentGroup) _
    ) 
    public void Sort( 
       System.Collections.Generic.IComparer<OptionalContentGroup> comparer
    )

    Parameters

    comparer
    See Also